home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Information / Programming / Gestalt Selectors 3.2 / Updates / update-314.etx < prev    next >
Encoding:
Text File  |  1995-11-15  |  10.7 KB  |  323 lines  |  [TEXT/R*ch]

  1.  
  2. Hi All!
  3.  
  4. After reading the survey results, several of you were shocked about my
  5. plans to move the GSL in a FileMaker Pro data-base. To comfort you all:
  6. this move only means that the basic format changes, not that there will be
  7. no setext version. Today I use a script to convert the setext base file
  8. into HTML format. In the future I run a FileMaker Script to export to a
  9. setext and/or HTML format. Then other formats come in view also: header
  10. files!
  11.  
  12. Also note that a demo version of FileMaker Pro 3.0 will be available so
  13. even if you don't own FM you still can access the data-base. I think this
  14. will improve accesibility.
  15.  
  16. FYI Maurice Volaski released MacIdentifier 2.0. You can find it at
  17. ftp://sumex-aim.stanford.edu/info-mac/gui/mac-identifier-20.hqx
  18.  
  19. Anyone attending, or organising, the Euro Developers Conference in
  20. Stockholm, please check the machine types in the Compatibility Lab. When
  21. possible...
  22.  
  23. Bye,
  24. Rene
  25.  
  26.  
  27. Gestalt Selectors List 3.1.4 Update
  28. ===================================
  29.  
  30. Maintained by Rene Ros (rgaros@bio.vu.nl)
  31.  
  32. First published: 12 October 1992, 13:15 CET (GMT+1)
  33. Last version:    1 October 1995, 12:40 CET (GMT+1)
  34. Previous update: 31 October 1995, 21:20 CET (GMT+1)
  35. Last modified  : 15 November 1995, 19:00 CET (GMT+1)
  36.  
  37. The complete version is available to subscribers by sending an email to:
  38.      gestalt-selectors-list-request@bio.vu.nl
  39. with as subject:
  40.      archive get recent/gestalt-selectors.etx
  41. or to get the compressed version:
  42.      archive get recent/gestalt-selectors.sit.hqx
  43.  
  44. If this is the first update you receive since subscribing to the mailing
  45. list you may want to get the previous updates as well. Then email to the
  46. address listed above and use this command:
  47.      archive get updates/updates-comb.etx
  48.  
  49. A vertical bar in front of a line indicates the line has changed or was
  50. added.
  51.  
  52. PLEASE SEND COMMENTS AND CORRECTIONS TO THE EDITOR AS SOON AS POSSIBLE.
  53.  
  54. The following persons contributed to this update:
  55.  
  56. ===========================================================================
  57. Contributions to the selector sections
  58. ===========================================================================
  59. Person                 Software                Selector(s) added/changed
  60. ---------------------------------------------------------------------------
  61. Anonymous 'Fig'        AutoDoubler cp          DDAD, DDAE, DDNF
  62.                        DDExpand appl           ADR2, ADRC
  63. Jean-Pierre Curcio     QuickDraw 3D            q3v 
  64. Fabrizio Oddone        QuickDraw 3D            q3vc
  65. Rene Ros               CommuniGate Notifier ext
  66.                                                cGnF
  67.                        RAMGauge cp             FCDV
  68.                        Speed Access ext        MV20
  69.                        TeamNotify ext          NTFY
  70. ---------------------------------------------------------------------------
  71.  
  72. ===========================================================================
  73. Contributions to the non-selector sections
  74. ===========================================================================
  75. Person                 Chapter/Section
  76. ---------------------------------------------------------------------------
  77. Kenneth Knotts         Reports/Macintosh Clones
  78. ---------------------------------------------------------------------------
  79.  
  80. Apple System Software (A-E)
  81. ===========================
  82. No changes.
  83.  
  84. Apple System Software (F-J)
  85. ===========================
  86. No changes.
  87.  
  88. Apple System Software (K-N)
  89. ===========================
  90. No changes.
  91.  
  92. Apple System Software (O-S)
  93. ===========================
  94. No changes.
  95.  
  96. Apple System Software (T-Z)
  97. ===========================
  98. No changes.
  99.  
  100. Apple Additional Software
  101. =========================
  102. |q3v  (QuickDraw 3D ext? [1.0.2])
  103.       gestaltQD3DVersion &AD30
  104.       Returns the version of QuickDraw 3D as a Double BCD.
  105.  
  106. |     #define gestaltQD3DVersion 'q3v '
  107.  
  108.       NOTE:
  109. |     Selector was not defined with documentation, but version 1.0.3 was
  110. |     seen to install this selector with a response value similair to
  111. |     its version.
  112.  
  113. |q3vc (QuickDraw 3D ??? [???])
  114.       gestaltQD3DViewer
  115.       Returns information about the QuickDraw 3D Viewer.
  116.  
  117.       enum {
  118. |     #define gestaltQD3DViewer 'q3vc'
  119.       gestaltQD3DViewerNotPresent = 0,
  120.       gestaltQD3DViewerAvailable  = 1};
  121. [I had typed the incorrect code: 'q3vr']
  122.  
  123. Third Parties Software
  124. ======================
  125. No changes.
  126.  
  127. Unknown Gestalt Selector Codes
  128. ==============================
  129.  
  130. Apple Software
  131. --------------
  132. No changes.
  133.  
  134. Third Parties Software
  135. ----------------------
  136. |ADR2 (DDExpand appl [3.7.7?] by Symantec Corp.)
  137. |     Returns an pointer to a parameter block with unknown structure. Offset
  138. |     0x0C seems to be a pointer to code. (Anonymous 'Fig')
  139. |
  140. |     NOTE:
  141. |     Installed by a special version of the software instead of the 'ADRC'
  142. |     selector. Perhaps a special version with limited distribution to
  143. |     software vendors for working with the Autodoubler Internal (resource)
  144. |     Compressor. (Anonymous 'Fig')
  145. |
  146. |     See also 'ADRC'.
  147. |
  148. |ADRC (DDExpand appl [3.7.7?] by Symantec Corp.)
  149. |     Returns an pointer to a parameter block with unknown structure. Offset
  150. |     0x0C seems to be a pointer to code. (Anonymous 'Fig')
  151. |
  152. |     NOTE: See also 'ADR2'.
  153. |
  154. |cGnF (CommuniGate Notifier ext [1.0] by Stalker Software, Inc.)
  155. |DDAD (AutoDoubler cp [1.0?] by Symantec Corp.)
  156. |
  157. |     NOTE: See also 'DDAE' and 'DDNF'
  158. |
  159. |DDAE (AutoDoubler cp [1.0?] by Symantec Corp.)
  160. |
  161. |     NOTES:
  162. |     Installed by a special version of the software instead of the 'DDAD'
  163. |     selector. Perhaps a special version with limited distribution to
  164. |     software vendors for working with the Autodoubler Internal (resource)
  165. |     Compressor. (Anonymous 'Fig')
  166. |
  167. |     See also 'DDAD' and 'DDNF'.
  168. |
  169. |DDNF (AutoDoubler cp [1.0?] by Symantec Corp.)
  170. |
  171. |     NOTE: See also 'DDAD' and 'DDAE'.
  172. |FCDV (RAMGauge cp [1.3?] by Syzygy Cult.)
  173. |
  174. |     NOTE: The C is actually the option-shift-c character (0x82).
  175. |
  176. |MV20 (Speed Access ext [1.0?] by Connectix Corporation)
  177. |NTFY (TeamNotify ext [2.0?] by Team Coordination Software Inc.)
  178.  
  179. Reports
  180. =======
  181.  
  182. Macintosh Clones
  183. ----------------
  184. |(by Rene Ros, contributions by Kenneth Knotts and Marc Schrier)
  185. |
  186. |So far the clone manufacturers have released computers which hardware
  187. |is identical, though clockspeed may be different, to other computers
  188. |released by Apple. This section contains a table of clone model names and
  189. |the equivalent Apple ID number and constant name.
  190. |
  191. |The Pioneer clone (codename Pioneer MPC-GX1 where MPC stands for Multimedia
  192. |Personal Computer) was observed at CeBIT '95.
  193. |
  194. |===========================================================================
  195. |Relabled Machines
  196. |===========================================================================
  197. |Manufacturer       Model Name          Apple Hardware Model
  198. |                                       ID    Constant
  199. |---------------------------------------------------------------------------
  200. |Pioneer            MPC-GX1             100   gestaltPowerMac6100_66
  201. |Power Computing    Power 100            55   gestaltPowerMac8100_100
  202. |                   Power 120            12!  gestaltPowerMac8100_120
  203. |                   PowerWave            67   gestaltPowerMac9500
  204. |Radius             System 100          ???   gestaltPowerMac8100_??? ?
  205. |---------------------------------------------------------------------------
  206. |! value not belonging to any by Apple released computer
  207. |---------------------------------------------------------------------------
  208.  
  209. About this list
  210. ===============
  211. For this update this chapter only includes the 'Gestalt Submission Form',
  212. 'Acknowledgements' and 'Editors' Address' sections.
  213.  
  214. Gestalt Submission Form
  215. -----------------------
  216. You can use this form to report information you found on already included
  217. selectors. But you can also use it to register new Gestalt selector codes.
  218. If you want to register the selector code your software installs, make sure
  219. you registered your code first with Apple Computer, Inc. Also, it is your
  220. good right if you chose to keep the meaning of the response value private.
  221. If so, still register so that others can at least detect your software by
  222. determining if the selector is present.
  223.  
  224. Software means, in this form, the software which installs the selector
  225. code. Not the whole package, just the extension or control panel (perhaps
  226. application) itself.
  227. The package is the product name in which the software is included and
  228. distributed.
  229. If data is not available or relevant, leave it blank. When the selector
  230. contains non-ASCII characters, please also provide the hexadecimal value.
  231.  
  232. You can also fill in this form on-line because it is also on the WWW
  233. pages of the GSL: http://www.bio.vu.nl/home/rgaros/gestalt/
  234.  
  235.  
  236. Your name: 
  237.  
  238. Your email address: 
  239.  
  240. Your company name: 
  241.  
  242. Do you want to remain anonymous? Yes / No
  243.  
  244. Software name: 
  245.  
  246. Software type: O application 
  247.                O control panel
  248.                O extension (also 'appe')
  249.                O other:
  250.  
  251. Category:      O Apple System Software
  252.                O Apple Additional Software
  253.                O Apple Software
  254.                O Third Parties Software
  255.  
  256. Package name: 
  257.  
  258. Author or Company name: 
  259.  
  260. Gestalt Selector: 
  261.  
  262. Constant name: 
  263.  
  264. First version to install selector: 
  265.  
  266. Source of information: 
  267.  
  268. Short description of the returned response:
  269.  
  270.  
  271.  
  272.  
  273.  
  274. Additional constant names and values for the response value meaning:
  275.  
  276.  
  277.  
  278.  
  279.  
  280. Please email this form to this Internet address: rgaros@bio.vu.nl
  281.  
  282. Acknowledgements
  283. ----------------
  284. I want to thank the following persons for their contributions to this
  285. update and their support of this list:
  286.  
  287. ===========================================================================
  288. Name                                       Internet Email Address
  289. ---------------------------------------------------------------------------
  290. Anonymous contributor 'Fig'                an274807@anon.penet.fi
  291. Jean-Pierre Curcio                         JPC83@calvacom.fr
  292. Kenneth Knotts, Power Computing            knottsk@PowerCC.com
  293. Fabrizio Oddone                            oddone@di.unito.it
  294. ---------------------------------------------------------------------------
  295.  
  296. Legal Stuff
  297. -----------
  298. (C) 1992-1995, Rene G.A. Ros
  299.  
  300. It is not allowed to distribute updates to the GSL. The full GSL can be
  301. used freely but is not public domain.
  302. See for legal information the Legal Stuff chapter of the full Gestalt
  303. Selectors List.
  304.  
  305. Editor's Address
  306. ----------------
  307. Rene G.A. Ros
  308. developer at Mac Support Automation B.V., Castricum, The Netherlands
  309. consultant to the Computer Department,
  310.        Biology Faculty, Vrije Universiteit Amsterdam, The Netherlands
  311. contract programmer Pascal and C, also 4th Dimension and other data-bases
  312.  
  313. D.C. van Krimpenstraat 3
  314. 1067 SG  Amsterdam-Geuzenveld
  315. The Netherlands, Europe
  316.  
  317. Email: rgaros@bio.vu.nl (preferred)
  318.        rgaros@dds.nl
  319.        100112.1363@compuserve.com
  320.  
  321. Please contact me at the Internet address. I read my mail there almost
  322. daily, while I log on to CompuServe only once or twice a month.
  323.